home *** CD-ROM | disk | FTP | other *** search
- on(release){
- setProperty("/control", _X, - Number(554));
- tellTarget("/section_title")
- {
- gotoAndStop("show_creative");
- play();
- tellTarget("/question_space")
- {
- gotoAndStop("show_creative");
- play();
- tellTarget("/subnav_grid")
- {
- gotoAndStop("show_creative");
- play();
- tellTarget("/prev_next")
- {
- gotoAndStop("creative");
- play();
- }
- }
- }
- }
- }
-